Whoops. Didn't mean to commit the size change.
authorJonathan Blandford <jrb@redhat.com>
Fri, 27 Feb 2004 23:52:46 +0000 (23:52 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Fri, 27 Feb 2004 23:52:46 +0000 (23:52 +0000)
Fri Feb 27 18:52:19 2004  Jonathan Blandford  <jrb@redhat.com>

        * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
        Whoops.  Didn't mean to commit the size change.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilechooserdialog.c

index 4d0dc696bdd93abef9f72776a4210abaa1d21b65..844537bb8ad7a3adc766cddfcda70c6cc23bfe6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 27 18:52:19 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
+       Whoops.  Didn't mean to commit the size change.
+
 Fri Feb 27 18:46:27 2004  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkfilechooserembed.h: New private interface to help
index 4d0dc696bdd93abef9f72776a4210abaa1d21b65..844537bb8ad7a3adc766cddfcda70c6cc23bfe6a 100644 (file)
@@ -1,3 +1,8 @@
+Fri Feb 27 18:52:19 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
+       Whoops.  Didn't mean to commit the size change.
+
 Fri Feb 27 18:46:27 2004  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkfilechooserembed.h: New private interface to help
index 4d0dc696bdd93abef9f72776a4210abaa1d21b65..844537bb8ad7a3adc766cddfcda70c6cc23bfe6a 100644 (file)
@@ -1,3 +1,8 @@
+Fri Feb 27 18:52:19 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
+       Whoops.  Didn't mean to commit the size change.
+
 Fri Feb 27 18:46:27 2004  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkfilechooserembed.h: New private interface to help
index 4d0dc696bdd93abef9f72776a4210abaa1d21b65..844537bb8ad7a3adc766cddfcda70c6cc23bfe6a 100644 (file)
@@ -1,3 +1,8 @@
+Fri Feb 27 18:52:19 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
+       Whoops.  Didn't mean to commit the size change.
+
 Fri Feb 27 18:46:27 2004  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkfilechooserembed.h: New private interface to help
index 4d0dc696bdd93abef9f72776a4210abaa1d21b65..844537bb8ad7a3adc766cddfcda70c6cc23bfe6a 100644 (file)
@@ -1,3 +1,8 @@
+Fri Feb 27 18:52:19 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
+       Whoops.  Didn't mean to commit the size change.
+
 Fri Feb 27 18:46:27 2004  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkfilechooserembed.h: New private interface to help
index 77ffa4913828bf74df621f6a35f12ed4aed186e8..6239f1f21d5055b708cd77486ca8af39662c0917 100644 (file)
@@ -334,7 +334,7 @@ gtk_file_chooser_dialog_style_set (GtkWidget *widget,
    */
 
   gtk_container_set_border_width (GTK_CONTAINER (dialog->vbox), 12);
-  gtk_box_set_spacing (GTK_BOX (dialog->vbox), 12);
+  gtk_box_set_spacing (GTK_BOX (dialog->vbox), 24);
 
   gtk_container_set_border_width (GTK_CONTAINER (dialog->action_area), 0);
   gtk_box_set_spacing (GTK_BOX (dialog->action_area), 6);